Crate zng_wgt_container

source ·
Expand description

Base container widget and properties.

§Crate

This crate is part of the zng project.

Structs§

Enums§

Functions§

  • c The content.
  • P Aligns the widget content within the available space.
  • P Insert node below the widget’s child.
  • P Insert node to the right of the widget’s child in LTR contexts or to the right of the widget’s child in RTL contexts.
  • P Insert node in the placement relative to the widget’s child.
  • P Insert node to the left of the widget’s child.
  • P Insert node in the placement relative to the widget’s child, but outside of the child layout.
  • P Insert node to the right of the widget’s child.
  • P Insert node to the left of the widget’s child in LTR contexts or to the right in RTL contexts.
  • P Insert node above the widget’s child.
  • P Margin space around the content of a widget.